byte data type meaning in Chinese
字节数据类型
Examples
- A byte data type object that specifies the directory synchronization search cookie
指定目录同步搜索cookie的字节数据类型对象。 - The basic c character type is a 1 - byte data type , and no programmer dreams of changing it
基本c字符类型是1字节数据类型,没有一位编程人员想到过要改变它。 - For added flexibility , all types are convertible to and from object , string , and bytes data types
为了提高灵活性,所有类型均可与object 、 string和bytes数据类型进行相互转换。 - The unsigned char data type , and byte data type will yield incorrect results and act as though they are signed types i . e . type char
无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。